Home
last modified time | relevance | path

Searched refs:isStageMode (Results 1 - 3 of 3) sorted by relevance

/applications/standard/contacts_data/contacts/src/
H A Dcontacts_api.cpp156 bool isStageMode = false; in GetDataShareHelper() local
160 isStageMode = true; in GetDataShareHelper()
176 status = OHOS::AbilityRuntime::IsStageContext(env, abilityContext, isStageMode); in GetDataShareHelper()
180 if (status != napi_ok || !isStageMode) { in GetDataShareHelper()
1175 bool isStageMode = false; in Scheduling() local
1176 OHOS::AbilityRuntime::IsStageContext(env, argv[0], isStageMode); in Scheduling()
1177 if (isStageMode) { in Scheduling()
1213 bool isStageMode = false; in AddContact() local
1214 OHOS::AbilityRuntime::IsStageContext(env, argv[0], isStageMode); in AddContact()
1215 if (isStageMode) { in AddContact()
1258 bool isStageMode = false; DeleteContact() local
1303 bool isStageMode = false; UpdateContact() local
1355 bool isStageMode = false; QueryContact() local
1416 bool isStageMode = false; QueryContacts() local
1474 bool isStageMode = false; QueryContactsByEmail() local
1537 bool isStageMode = false; QueryContactsByPhoneNumber() local
1598 bool isStageMode = false; QueryGroups() local
1649 bool isStageMode = false; QueryHolders() local
1694 bool isStageMode = false; QueryKey() local
1752 bool isStageMode = false; QueryMyCard() local
1803 bool isStageMode = false; IsMyCard() local
1848 bool isStageMode = false; IsLocalContact() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_env.cpp35 bool isStageMode = false; in GetContext() local
36 auto status = AbilityRuntime::IsStageContext(env, value, isStageMode); in GetContext()
37 if (status != napi_ok || !isStageMode) { in GetContext()
H A Dcalendar_manager_napi.cpp255 bool isStageMode = false; in EditEvent() local
257 auto status = OHOS::AbilityRuntime::IsStageContext(env, jsContext, isStageMode); in EditEvent()
258 if (status != napi_ok || !isStageMode) { in EditEvent()

Completed in 4 milliseconds