Home
last modified time | relevance | path

Searched defs:scope (Results 126 - 150 of 477) sorted by relevance

12345678910>>...20

/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_device_change_callback.cpp86 napi_handle_scope scope = nullptr; in SafeJsCallbackCapturerDeviceInfoWork() local
H A Dnapi_audio_capturer_info_change_callback.cpp88 napi_handle_scope scope = nullptr; in SafeJsCallbackCapturerChangeInfoWork() local
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_renderer_data_request_callback.cpp102 napi_handle_scope scope = nullptr; in SafeJsCallbackDataRequestWork() local
H A Dnapi_renderer_period_position_callback.cpp84 napi_handle_scope scope = nullptr; in SafeJsCallbackPeriodPositionWork() local
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_callback_napi.cpp60 napi_handle_scope scope = nullptr; in WorkCallbackInterruptDone() local
H A Dmedia_key_system_callback_napi.cpp60 napi_handle_scope scope = nullptr; in WorkCallbackInterruptDone() local
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_player_callback_napi.cpp72 napi_handle_scope scope = nullptr; in SetValueInt32() local
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/audio_haptic_player/
H A Daudio_haptic_player_callback_napi.cpp78 napi_handle_scope scope = nullptr; in SetValueInt32() local
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_callback.cpp150 napi_handle_scope scope = nullptr; in OnJsErrorCallBackWork() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp68 int32_t scope = data.ReadInt32(); in CmdInterfaceAddressUpdated() local
94 int32_t scope = 0; in CmdInterfaceAddressRemoved() local
172 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument
179 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument
[all...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_proxy_holder.cpp42 napi_handle_scope scope = nullptr; in AfterWorkCallback() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp257 int32_t scope = 0; in HWTEST_F() local
H A Dnetsys_wrapper_test.cpp71 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressUpdated() argument
81 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressRemoved() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp72 int32_t scope = data.ReadInt32(); in CmdOnInterfaceAddressUpdated() local
88 int32_t scope = data.ReadInt32(); in CmdOnInterfaceAddressRemoved() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp35 WriteInterfaceAddressData(MessageParcel &data, const std::string &addr, const std::string &ifName, int flags, int scope) WriteInterfaceAddressData() argument
84 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressUpdated() argument
111 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressRemoved() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_monitor.cpp57 napi_handle_scope scope = NapiUtils::OpenScope(env); in EventConnectCallback() local
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_monitor_ext.cpp60 napi_handle_scope scope = NapiUtils::OpenScope(env); in EventConnectCallback() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.h51 std::string scope = "module"; member
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H A Dn_async_work_callback.cpp90 napi_handle_scope scope = nullptr; in CallbackComplete() local
155 napi_handle_scope scope = nullptr; in AfterWorkCallback() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp139 napi_handle_scope scope = nullptr; in WatcherCallbackComplete() local
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_permissions.cpp92 napi_handle_scope scope; in GetUriPoliciesArg() local
/third_party/gn/src/gn/
H A Dc_tool.cc106 bool CTool::ReadPrecompiledHeaderType(Scope* scope, Err* err) { in ReadPrecompiledHeaderType() argument
128 bool CTool::ReadDepsFormat(Scope* scope, Err* err) { in ReadDepsFormat() argument
146 bool CTool::ReadOutputsPatternList(Scope* scope, in ReadOutputsPatternList() argument
183 bool CTool::InitTool(Scope* scope, Toolchain* toolchain, Err* err) { in InitTool() argument
[all...]
H A Dcreate_bundle_target_generator.cc25 const Value* GetValueFromScope(Scope* scope, in GetValueFromScope() argument
49 CreateBundleTargetGenerator( Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) CreateBundleTargetGenerator() argument
H A Dfunctions_target.cc196 Value RunAction(Scope* scope, in RunAction() argument
280 Value RunActionForEach(Scope* scope, in RunActionForEach() argument
38 ExecuteGenericTarget(const char* target_type, Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) ExecuteGenericTarget() argument
352 RunBundleData(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) RunBundleData() argument
[all...]
H A Dinput_conversion.cc139 std::unique_ptr<Scope> scope = std::make_unique<Scope>(settings); in ParseJSONValue() local
[all...]

Completed in 13 milliseconds

12345678910>>...20