Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 25 of 38) sorted by relevance

12

/base/powermgr/battery_lite/services/src/small/
Dbattery_feature_impl.c54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke()
63 static int32_t BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in BatterySocInvoke()
73 static int32_t ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in ChargingStatusInvoke()
83 static int32_t HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in HealthStatusInvoke()
93 static int32_t PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in PluggedTypeInvoke()
103 static int32_t VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in VoltageInvoke()
113 static int32_t TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in TechnologyInvoke()
124 static int32_t BatteryTemperatureInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *repl… in BatteryTemperatureInvoke()
/base/startup/appspawn/etc/sandbox/
Dappdata_sandbox_fixer.py51 def _merge_list(origin, new): argument
76 def _merge_scope_array(origin, new, keys): argument
98 def _merge_scope_flags_point(origin, new): argument
113 def _merge_scope_app(origin, new): argument
134 def _merge_scope_individual(origin, new): argument
142 def _merge_scope_permission(origin, new): argument
149 def _merge_scope_common(origin, new): argument
/base/powermgr/powermgr_lite/services/src/power/small/
Dpower_manage_feature_impl.c55 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke()
66 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in AcquireInvoke()
78 static int32_t ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in ReleaseInvoke()
88 static int32_t IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in IsAnyHoldingInvoke()
95 static int32_t SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SuspendInvoke()
107 static int32_t WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in WakeupInvoke()
/base/powermgr/powermgr_lite/services/src/screensaver/small/
Dscreen_saver_feature_impl.c41 static int32_t SetStateInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SetStateInvoke()
54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke()
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dbase_utility_unit_test.cpp168 std::string origin = "left:right"; variable
187 std::string origin = "left:right"; variable
241 std::vector<std::string> origin = { variable
268 double origin = 3.3; variable
322 std::string origin = "1234:5678:abcd"; variable
/base/security/permission_lite/services/pms/src/
Dpms_server_internal.c124 static void ReplyCheckPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyCheckPermission()
139 static void ReplyGrantPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyGrantPermission()
153 static void ReplyRevokePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* a… in ReplyRevokePermission()
167 static void ReplyGrantRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLite… in ReplyGrantRuntimePermission()
181 static void ReplyRevokeRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLit… in ReplyRevokeRuntimePermission()
195 static void ReplyUpdatePermissionFlags(const void *origin, IpcIo *req, IpcIo *reply, const InnerPer… in ReplyUpdatePermissionFlags()
212 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
Dpms_server.c111 static void ReplyCheckSelfPermission(const void *origin, IpcIo *req, IpcIo *reply, PermLiteApi* api) in ReplyCheckSelfPermission()
124 static void ReplyQueryPermission(const void *origin, IpcIo *req, IpcIo *reply) in ReplyQueryPermission()
146 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
Dohos_web_permission_data_base_adapter_impl.cpp115 bool OhosWebPermissionDataBaseAdapterImpl::ExistPermissionByOrigin(const std::string& origin, in ExistPermissionByOrigin()
138 bool OhosWebPermissionDataBaseAdapterImpl::GetPermissionResultByOrigin(const std::string& origin, in GetPermissionResultByOrigin()
167 void OhosWebPermissionDataBaseAdapterImpl::SetPermissionByOrigin(const std::string& origin, in SetPermissionByOrigin()
188 void OhosWebPermissionDataBaseAdapterImpl::ClearPermissionByOrigin(const std::string& origin, in ClearPermissionByOrigin()
244 std::string origin; in GetOriginsByPermission() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/clearpermissionbyorigin_fuzzer/
Dclearpermissionbyorigin_fuzzer.cpp31 std::string origin((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/existpermissionbyorigin_fuzzer/
Dexistpermissionbyorigin_fuzzer.cpp31 std::string origin((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/powermgr/thermal_manager/utils/native/src/
Dstring_operation.cpp66 bool StringOperation::Compare(const std::string& origin, const std::string& target) in Compare()
74 bool StringOperation::Find(const std::string& origin, const std::string& target) in Find()
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/setpermissionbyorigin_fuzzer/
Dsetpermissionbyorigin_fuzzer.cpp31 std::string origin((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/getpermissionresultbyorigin_fuzzer/
Dgetpermissionresultbyorigin_fuzzer.cpp31 std::string origin((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_nweb/include/
Dnweb_web_storage.h51 void SetOrigin(const std::string& origin) { origin_ = origin; } in SetOrigin()
/base/web/webview/interfaces/kits/napi/webstorage/
Dnapi_web_storage.cpp97 std::string origin(stringValue); in JsDeleteOrigin() local
129 for (auto origin : origins) { in ExecuteGetOrigins() local
148 napi_value origin = nullptr; in GetNapiWebStorageOriginForResult() local
374 napi_value *argv, const std::string& origin, bool isQuato) in GetOriginUsageOrQuotaAsync()
403 napi_value *argv, const std::string& origin, bool isQuato) in GetOriginUsageOrQuotaPromise()
462 std::string origin(stringValue); in JsGetOriginUsageOrQuota() local
Dnapi_web_storage.h33 std::string origin; member
44 std::string origin; member
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
Dhisysevent_tool_unit_test.cpp76 constexpr char origin[] = "{\"domain_\":\"DEMO\",\"name_\":\"EVENT_NAME_A\",\"type_\":4,\ variable
100 constexpr char origin[] = "{\"domain_\":\"DEMO\",\"name_\":\"EVENT_NAME_A\",\"type_\":4,\ variable
160 constexpr char origin[] = "{\"domain_\":\"DEMO\",\"name_\":\"EVENT_NAME_A\",\"type_\":4,\ variable
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_encoded_test.cpp118 RawData origin = *(dataBuilder->Build()); variable
145 RawData origin = *(dataBuilderEmpty->Build()); variable
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
Dnapi_hitrace_js.cpp28 bool ParseInt32Param(const napi_env& env, const napi_value& origin, int& dest) in ParseInt32Param()
37 bool ParseStringParam(const napi_env& env, const napi_value& origin, std::string& dest) in ParseStringParam()
49 bool ParseTraceIdObject(const napi_env& env, const napi_value& origin, HiTraceId& traceId) in ParseTraceIdObject()
58 bool IsNullOrUndefinedType(const napi_env& env, const napi_value& origin) in IsNullOrUndefinedType()
/base/security/device_security_level/services/sa/lite/
Ddslm_service_feature.c68 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
/base/web/webview/interfaces/kits/napi/webdatabase/
Dnapi_geolocation_permission.cpp50 std::string origin; member
119 std::string origin; in ProcessActionByType() local
242 const std::string& origin) in GetPermissionStateAsync()
270 const std::string& origin) in GetPermissionStatePromise()
309 std::string origin; in JsGetAccessibleGeolocation() local
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_json_decorator.cpp158 std::string origin = record.AsJson(); in HiSysEventJsonDecorator() local
206 std::string HiSysEventJsonDecorator::DecorateJsonStr(const std::string& origin, DecorateMarks marks) in HiSysEventJsonDecorator()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dash_mem_utils.cpp118 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ReadBulkData() local
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dash_mem_utils.cpp116 auto origin = ashmem->ReadFromAshmem(allSize[i], offset); in ReadBulkData() local
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c157 static int32_t DevAuthRequestCall(void *origin, IpcIo *req, IpcIo *reply) in DevAuthRequestCall()
193 int32_t OnRemoteInvoke(IServerProxy *iProxy, int32_t reqId, void *origin, IpcIo *req, IpcIo *reply) in OnRemoteInvoke()

12