Home
last modified time | relevance | path

Searched refs:serviceName_ (Results 1 – 25 of 199) sorted by relevance

12345678

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dservice_profile.cpp29 …const std::string& serviceType) : deviceId_(deviceId), serviceName_(serviceName), serviceType_(ser… in ServiceProfile()
52 return serviceName_; in GetServiceName()
57 serviceName_ = serviceName; in SetServiceName()
73 WRITE_HELPER_RET(parcel, String, serviceName_, false); in Marshalling()
81 READ_HELPER_RET(parcel, String, serviceName_, false); in UnMarshalling()
88 …bool isNotEqual = (deviceId_ != serviceProfile.GetDeviceId() || serviceName_ != serviceProfile.Get… in operator !=()
105 cJSON_AddStringToObject(json, SERVICE_NAME.c_str(), serviceName_.c_str()); in dump()
H A Dcharacteristic_profile.cpp39 return serviceName_; in GetServiceName()
44 serviceName_ = serviceName; in SetServiceName()
70 WRITE_HELPER_RET(parcel, String, serviceName_, false); in Marshalling()
79 READ_HELPER_RET(parcel, String, serviceName_, false); in UnMarshalling()
87 …bool isNotEqual = (deviceId_ != charProfile.GetDeviceId() || serviceName_ != charProfile.GetServic… in operator !=()
105 cJSON_AddStringToObject(json, SERVICE_NAME.c_str(), serviceName_.c_str()); in dump()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp38 serviceName_(service), in DBinderCallbackStub()
46serviceName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubI… in DBinderCallbackStub()
58serviceName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubI… in ~DBinderCallbackStub()
65 return serviceName_; in GetServiceName()
137 …IPCProcessSkeleton::ConvertToSecureString(localDeviceID_).c_str(), serviceName_.c_str(), uid, pid,… in ProcessData()
140 …!reply.WriteString(serviceName_) || !reply.WriteString(deviceID_) || !reply.WriteString(localDevic… in ProcessData()
234 …IPCProcessSkeleton::ConvertToSecureString(localDeviceID_).c_str(), serviceName_.c_str(), uid, pid,… in AddDBinderCommAuth()
252 auto ret = memcpy_s(dbinderData->target_name, SESSION_NAME_LENGTH, serviceName_.c_str(), in SaveDBinderData()
253 serviceName_.length()); in SaveDBinderData()
H A Ddbinder_session_object.cpp27 :serviceName_(serviceName), serverDeviceId_(serverDeviceId), in DBinderSessionObject()
65 serviceName_ = serviceName; in SetServiceName()
70 return serviceName_; in GetServiceName()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dcollaboration_manager.cpp105 if (exportapi_.ServiceCollaborationManager_RegisterLifecycleCallback(serviceName_.c_str(), in RegisterLifecycleCallback()
119 if (exportapi_.ServiceCollaborationManager_UnRegisterLifecycleCallback(serviceName_.c_str())) { in UnRegisterLifecycleCallback()
134 serviceName_.c_str(), "NULL", state)) { in PublishServiceState()
157 serviceName_.c_str(), resourceRequest_, &serviceCollaborationCallback)) { in ApplyAdvancedResource()
H A Dcollaboration_manager.h43 const std::string serviceName_ = "URLCasting"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h30 serviceName_(serviceName), in CharacteristicProfile()
52 std::string serviceName_ = ""; variable
H A Dservice_profile.h44 std::string serviceName_ = ""; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp48 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient()
58 serviceName_ = APPSPAWN_SERVER_NAME; in AppSpawnClient()
60 serviceName_ = CJAPPSPAWN_SERVER_NAME; in AppSpawnClient()
62 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient()
64 serviceName_ = NATIVESPAWN_SERVER_NAME; in AppSpawnClient()
67 serviceName_ = NWEBSPAWN_SERVER_NAME; in AppSpawnClient()
87 ret = AppSpawnClientInit(serviceName_.c_str(), &handle); in OpenConnection()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp37 serviceName_(service), deviceID_(device), binderObject_(object) in DBinderServiceStub()
40 serviceName_.c_str(), DBinderService::ConvertToSecureDeviceID(deviceID_).c_str()); in DBinderServiceStub()
52 serviceName_.c_str(), DBinderService::ConvertToSecureDeviceID(deviceID_).c_str()); in ~DBinderServiceStub()
58 return serviceName_; in GetServiceName()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Ddriver.h41 std::string serviceName_; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h113 const std::string serviceName_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_callback_stub.h43 const std::string serviceName_; variable
H A Ddbinder_session_object.h79 std::string serviceName_; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp30 Driver::Driver(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hd… in Driver()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/
H A Dallocator_proxy.cpp.txt74 proxy->serviceName_ = serviceName;
105 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h227 std::string serviceName_ = APPSPAWN_SERVER_NAME;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_service_proxy.cpp.txt76 proxy->serviceName_ = serviceName;
107 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/
H A Dface_auth_interface_proxy.cpp.txt75 proxy->serviceName_ = serviceName;
106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/cpp_target/fingerprint_auth/v1_0/
H A Dfingerprint_auth_interface_proxy.cpp.txt75 proxy->serviceName_ = serviceName;
106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/memorytracker_v1_0/cpp_target/memorytracker/v1_0/
H A Dmemory_tracker_interface_proxy.cpp.txt75 proxy->serviceName_ = serviceName;
106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/cpp_target/pin_auth/v1_0/
H A Dpin_auth_interface_proxy.cpp.txt75 proxy->serviceName_ = serviceName;
106 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.h138 std::string serviceName_ = ""; variable
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/
H A Dface_auth_interface_proxy.cpp.txt116 proxy->serviceName_ = serviceName;
147 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/
H A Dfingerprint_auth_interface_proxy.cpp.txt116 proxy->serviceName_ = serviceName;
147 proxy->reconnectRemote_ = iServMgr->GetService(proxy->serviceName_.c_str());

12345678