Home
last modified time | relevance | path

Searched refs:IsModifyDateTimeDisallowed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Ddatetime_manager_proxy_test.cpp142 ErrCode ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(&admin, result);
156 ErrCode ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(&admin, result);
172 ErrCode ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(nullptr, result);
186 ErrCode ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(nullptr, result);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/datetime_manager/src/
H A Ddatetime_manager_addon.cpp25 DECLARE_NAPI_FUNCTION("isModifyDateTimeDisallowed", IsModifyDateTimeDisallowed), in Init()
144 napi_value DatetimeManagerAddon::IsModifyDateTimeDisallowed(napi_env env, napi_callback_info info) in IsModifyDateTimeDisallowed() function in DatetimeManagerAddon
201 …asyncCallbackInfo->ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(&(asyncCallbackInfo->ele… in NativeIsModifyDateTimeDisallowed()
204 …asyncCallbackInfo->ret = dateTimeManagerProxy->IsModifyDateTimeDisallowed(nullptr, asyncCallbackIn… in NativeIsModifyDateTimeDisallowed()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/datetime_manager/include/
H A Ddatetime_manager_proxy.h32 int32_t IsModifyDateTimeDisallowed(AppExecFwk::ElementName *admin, bool &result);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/datetime_manager/include/
H A Ddatetime_manager_addon.h52 static napi_value IsModifyDateTimeDisallowed(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/datetime_manager/src/
H A Ddatetime_manager_proxy.cpp65 int32_t DatetimeManagerProxy::IsModifyDateTimeDisallowed(AppExecFwk::ElementName *admin, bool &resu… in IsModifyDateTimeDisallowed() function in OHOS::EDM::DatetimeManagerProxy