mirror of
https://gitee.com/openharmony/advertising_oaid
synced 2024-11-23 15:59:59 +00:00
Description: oaid双实例处理
Feature or Bugfix: Feature Binary Source:No Signed-off-by:dzq<dongziqian2@huawei.com>
This commit is contained in:
parent
14d71698e2
commit
ec64177525
@ -134,7 +134,7 @@ void OAIDService::OnStart()
|
||||
|
||||
int32_t OAIDService::Init()
|
||||
{
|
||||
bool ret = Publish(OAIDService::GetInstance());
|
||||
bool ret = Publish(this);
|
||||
if (!ret) {
|
||||
OAID_HILOGE(OAID_MODULE_SERVICE, "OAID service init failed.");
|
||||
return ERR_SYSYTEM_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user