Searched refs:InitModule (Results 1 – 11 of 11) sorted by relevance
76 bool JSMock::InitModule( in InitModule() function in OHOS::Ace::Framework::JSMock108 if (JSMock::InitModule(runtime, newObject, moduleName)) { in MockRequireNativeModule()
29 static bool InitModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& thisObj,
36 …bool InitModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& thisObj, const std::str…
32 bool ModuleManager::InitModule( in InitModule() function in OHOS::Ace::Framework::ModuleManager
89 void InitModule();
44 void InitModule();
126 InitModule(); in Init()282 void CellularDataService::InitModule() in InitModule() function in OHOS::Telephony::CellularDataService
489 service.InitModule();543 service.InitModule();587 service.InitModule();643 service.InitModule();675 service.InitModule();
93 void SmsInterfaceStub::InitModule() in InitModule() function in OHOS::Telephony::SmsInterfaceStub
125 InitModule(); in WaitCoreServiceToInit()
176 if (ModuleManager::GetInstance()->InitModule(runtime, newObject, moduleName)) { in RequireNativeModule()