Home
last modified time | relevance | path

Searched refs:isAuthorized (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/test/location_locator/include/
H A Dlocator_service_test.h41 void SetStartUpConfirmed(bool isAuthorized);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp78 bool isAuthorized = permStateChangeType == PERMISSION_GRANTED_OPER; in PermStateChangeCallback() local
81 if (isAuthorized) { in PermStateChangeCallback()
93 newWant.SetParam(Constants::FORM_PERMISSION_GRANTED_KEY, isAuthorized); in PermStateChangeCallback()
97 permissionName.c_str(), isAuthorized); in PermStateChangeCallback()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp155 void LocatorServiceTest::SetStartUpConfirmed(bool isAuthorized) in SetStartUpConfirmed() argument
157 std::string value = isAuthorized ? "1" : "0"; in SetStartUpConfirmed()